ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.MultiRow Assembly / C1.Web.Mvc.MultiRow Namespace / MultiRow<T> Class / OnClientPastedCell Property

In This Topic
    OnClientPastedCell Property (MultiRow<T>)
    In This Topic
    Occurs after the user has pasted content from the clipboard into a cell.
    Syntax
    'Declaration
     
    Public Overridable Property OnClientPastedCell As String
    public virtual string OnClientPastedCell {get; set;}
    See Also